net/http.transferWriter.Method (field)
12 uses
net/http (current package)
transfer.go#L62: Method string
transfer.go#L88: t.Method = valueOrDefault(rr.Method, "GET")
transfer.go#L114: t.Method = rr.Request.Method
transfer.go#L124: t.ResponseToHEAD = noResponseBodyExpected(t.Method)
transfer.go#L176: if t.Method == "CONNECT" {
transfer.go#L179: if requestMethodUsuallyLacksBody(t.Method) {
transfer.go#L265: if t.Method == "POST" || t.Method == "PUT" || t.Method == "PATCH" {
transfer.go#L269: if t.Method == "GET" || t.Method == "HEAD" {
transfer.go#L367: if t.Method == "CONNECT" {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)